HOME |  BACK |  NEXT |  _  WORDLIST |  TOPICS |  _  AUTHORS |  E-MAIL |  _  INDEX | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

WWWE Logo Parallel Interface

A parallel interface accepts input for processing on a variety of systems simultaneously. Web search programs which submit the same request to a variety of search sites use such an interface.

URLs:

SavvySearch
A parallel interface search program.

Detail:

Parallel processing involves the simultaneous use of more than one computer or processor to solve a problem. In the classic application, a complex problem is partitioned into individual tasks that are allocated separately. The processors may then cooperate in solving the problem or run completely independently. Load balancing attempts to keep all processors busy by moving tasks from heavily loaded processors to less loaded ones.

In single instruction/multiple data (SIMD) mode, many processing elements perform the same operations on different data. In multiple instruction/multiple data (MIMD) mode, each processor executes different instructions. Parallel interface search programs on the Web use SIMD.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

E-Mail: The World Wide Web Encyclopedia at wwwe@tab.com
E-Mail: Charles River Media at chrivmedia@aol.com
Copyright 1996 Charles River Media. All rights reserved.
Text - Copyright © 1995, 1996 - James Michael Stewart & Ed Tittel.
Web Layout - Copyright © 1995, 1996 - LANWrights & IMPACT Online.
Revised -- February 20th, 1996